@font-face {
    font-family: 'Intro Regular';
    src: url('Intro-Regular.ttf') format('truetype'),
         url('Intro-Regular.otf') format('opentype'),
         url('intro-regular-webfont.woff2') format('woff2'),
         url('intro-regular-webfont.woff') format('woff');
    font-weight: 400; /* Regular geralmente tem peso 400 */
    font-style: normal;
}

@font-face {
    font-family: 'Intro Regular';
    src: url('Intro-RegularItalic.ttf') format('truetype'),
         url('Intro-RegularItalic.otf') format('opentype'),
         url('intro-regularitalic-webfont.woff2') format('woff2'),
         url('intro-regularitalic-webfont.woff') format('woff');
    font-weight: 400; /* Mesmo peso para Regular Italic */
    font-style: italic;
}

@font-face {
    font-family: 'Intro Regular';
    src: url('Intro-RegularOblique.ttf') format('truetype'),
         url('Intro-RegularOblique.otf') format('opentype'),
         url('intro-regularoblique-webfont.woff2') format('woff2'),
         url('intro-regularoblique-webfont.woff') format('woff');
    font-weight: 400; /* Mesmo peso para Regular Oblique */
    font-style: oblique;
}
